[go: up one dir, main page]

login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110853 Squares of the form prime(n)*(n+1)^2 + 1. 0
9, 81, 1089 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No further terms less than 4.89*10^24 (n=62662502). - Chandler
LINKS
EXAMPLE
prime(1)*(1+1)^2+1= 2* 4+1= 9 = 3^2.
prime(3)*(3+1)^2+1= 5* 42+1= 81 = 9^2.
prime(7)*(7+1)^2+1=31*100+1=1089 =33^2.
MATHEMATICA
Do[ s = Prime[n](n + 1)^2 + 1; If[ IntegerQ[ Sqrt[s]], Print[s]], {n, 5000000}] Robert G. Wilson v, Sep 26 2005
CROSSREFS
Sequence in context: A069659 A271556 A368446 * A371640 A344402 A167723
KEYWORD
nonn,bref
AUTHOR
Giovanni Teofilatto, Sep 17 2005
EXTENSIONS
Edited by Ray Chandler, Sep 26 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 29 21:32 EDT 2024. Contains 375518 sequences. (Running on oeis4.)