Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A069987
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A069987 Square-free numbers of form n^2 + 1. +0
4
2, 5, 10, 17, 26, 37, 65, 82, 101, 122, 145, 170, 197, 226, 257, 290, 362, 401, 442, 485, 530, 577, 626, 677, 730, 785, 842, 901, 962, 1090, 1157, 1226, 1297, 1370, 1522, 1601, 1765, 1937, 2026, 2117, 2210, 2305, 2402, 2501, 2602, 2705, 2810, 2917, 3026 (list; graph; listen)
OFFSET

1,1

COMMENT

a(n) = A049533(n)^2+1.

Except for the first term of [A059100], if X=[A069987], Y=[A000027], A= [A059100], we have, for all other terms, Pell's equation: [A069987]^2 - [A059100]*[A000027]^2=1; (X^2-A*Y^2=1); example: 2^2-3*1^2=1; 5^2-6*2^2=1; 101^2-102*10^2=1; and so on. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Feb 11 2009]

MATHEMATICA

Select[ Range[10^4], IntegerQ[ Sqrt[ # - 1]] && Union[ Transpose[ FactorInteger[ # ]] [[2]]] [[ -1]] == 1 &]

PROGRAM

(PARI) for(n=1, 100, if(issquarefree(n^2+1)==1, print1(n^2+1, ", ")))

CROSSREFS

Cf. A059591, A002496.

Cf. A124809, A005117, A002522.

Cf. A000027, A059100 [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Feb 11 2009]

Sequence in context: A082607 A159547 A002522 this_sequence A119114 A062493 A056871

Adjacent sequences: A069984 A069985 A069986 this_sequence A069988 A069989 A069990

KEYWORD

nonn

AUTHOR

Sharon Sela (sharonsela(AT)hotmail.com), May 01 2002

EXTENSIONS

Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Benoit Cloitre (benoit7848c(AT)orange.fr) and Vladeta Jovovic (vladeta(AT)eunet.rs), May 04 2002

page 1

Search completed in 0.002 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 December 1 19:22 EST 2009. Contains 167811 sequences.


AT&T Labs Research