Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A134407
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A134407 Numbers n such that n^2 + 1 is a composite number. +0
1
3, 5, 7, 8, 9, 11, 12, 13, 15, 17, 18, 19, 21, 22, 23, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 57, 58, 59, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88 (list; graph; listen)
OFFSET

1,1

EXAMPLE

a(1)=3, because 3^2 + 1 = 10 is a composite number,

a(2)=5, because 5^2 + 1 = 26 is a composite number,

a(3)=7, becasue 7^2 + 1 = 50 is composite.

MAPLE

ts_fn2:=proc(n) local i, tren, ans; ans:=[ ]: for i from 1 to n do tren := i^(2)+1: if (isprime(tren) = false) then ans:=[ op(ans), i ]: fi od: RETURN(ans) end: ts_fn2(200);

CROSSREFS

Cf. A002496, A005574.

Sequence in context: A025051 A020884 A024352 this_sequence A144724 A060462 A072668

Adjacent sequences: A134404 A134405 A134406 this_sequence A134408 A134409 A134410

KEYWORD

nonn

AUTHOR

Jani Melik (jani_melik(AT)hotmail.com), Jan 18 2008

page 1

Search completed in 0.003 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research