Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A129556
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A129556 Numbers n such that centered pentagonal number A005891(n) = (5n^2+5n+2)/2 is a perfect square. +0
3
0, 2, 21, 95, 816, 3626, 31005, 137711, 1177392, 5229410, 44709909, 198579887 (list; graph; listen)
OFFSET

1,2

COMMENT

Corresponding numbers k>0 such that k^2 is a centered pentagonal number are listed in A129557(n) = {1, 4, 34, 151, 1291, 5734, 49024, ...}.

LINKS

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

MAPLE

A005891 := proc(n) (5*n^2+5*n+2)/2 ; end: n := 0 : while true do if issqr(A005891(n)) then print(n) ; fi ; n := n+1 ; od : - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 06 2007

MATHEMATICA

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

CROSSREFS

Cf. A005891 = Centered pentagonal numbers: (5n^2+5n+2)/2. Cf. A129557 = numbers k>0 such that k^2 is a centered pentagonal number.

Sequence in context: A075681 A034520 A111128 this_sequence A077209 A068045 A079840

Adjacent sequences: A129553 A129554 A129555 this_sequence A129557 A129558 A129559

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), Jun 06 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 24 12:00 EDT 2008. Contains 142294 sequences.


AT&T Labs Research