login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134406 Composite numbers of the form n^2 + 1. 6
10, 26, 50, 65, 82, 122, 145, 170, 226, 290, 325, 362, 442, 485, 530, 626, 730, 785, 842, 901, 962, 1025, 1090, 1157, 1226, 1370, 1445, 1522, 1682, 1765, 1850, 1937, 2026, 2117, 2210, 2305, 2402, 2501, 2602, 2705, 2810, 3026, 3250, 3365, 3482, 3601, 3722 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Square roots of these numbers are quadratic irrationals and corresponding chain fraction reresentations are periodic: sqrt(10) = [3;{2,3}], sqrt(26) = [5;{2,5}], sqrt(50) = [7;{2,7}], ..., where {} is denoted a period (we write {6} == {2,3}).

EXAMPLE

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

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

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

MAPLE

ts_fn1:=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), tren ]: fi od: RETURN(ans) end: ts_fn1(200);

CROSSREFS

Cf. A002496, A005574.

Sequence in context: A044452 A198017 A137351 * A099978 A074789 A125075

Adjacent sequences:  A134403 A134404 A134405 * A134407 A134408 A134409

KEYWORD

nonn

AUTHOR

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 03:07 EST 2012. Contains 205435 sequences.