Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A129557
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A129557 Numbers k>0 such that k^2 is a centered pentagonal number. +0
2
1, 4, 34, 151, 1291, 5734, 49024, 217741, 1861621, 8268424, 70692574, 313982371 (list; graph; listen)
OFFSET

1,2

COMMENT

Corresponding numbers n such that centered pentagonal number A005891(n) = (5n^2+5n+2)/2 is a perfect square are listed in A129556(n) = {0, 2, 21, 95, 816, 3626, 31005, ...}.

LINKS

Eric Weisstein, Link to a section of The World of Mathematics, Centered Pentagonal Number.

FORMULA

a(n) = Sqrt[ (5*A129556(n)^2 + 5*A129556(n) + 2)/2 ].

MATHEMATICA

Do[ f=(5n^2+5n+2)/2; If[ IntegerQ[ Sqrt[f] ], Print[ Sqrt[f] ] ], {n, 1, 40000} ]

PROGRAM

(PARI) A129557()={ for(n=1, 1000000000, f=(5*n^2+5*n+2)/2 ; if(issquare(f), print(round(sqrt(f))) ; ); ) ; } A129557() ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 11 2007

CROSSREFS

Cf. A005891 = Centered pentagonal numbers: (5n^2+5n+2)/2. Cf. A129556 = numbers n such that centered pentagonal number A005891(n) = (5n^2+5n+2)/2 is a perfect square.

Sequence in context: A053902 A054464 A002101 this_sequence A085695 A049293 A116430

Adjacent sequences: A129554 A129555 A129556 this_sequence A129558 A129559 A129560

KEYWORD

more,nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Apr 20 2007

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 11 2007

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 July 23 17:35 EDT 2008. Contains 142285 sequences.


AT&T Labs Research