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!)
A307492 Numbers that are both centered square and square pyramidal. 1
1, 5, 42925, 1026745 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If it exists, a(5) > 10^29. - Bert Dobbelaere, Apr 12 2019
LINKS
Eric Weisstein's World of Mathematics, Centered Square Number
Eric Weisstein's World of Mathematics, Square Pyramidal Number
MATHEMATICA
csQ[n_] := IntegerQ[Sqrt[2*n-1]]; Select[Table[n(n+1)(2n+1)/6, {n, 0, 1000}], csQ] (* Amiram Eldar, Apr 11 2019 *)
CROSSREFS
Intersection of A000330 and A001844.
Sequence in context: A347934 A228547 A193148 * A355959 A165711 A167369
KEYWORD
nonn,more
AUTHOR
Ilya Gutkovskiy, Apr 10 2019
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 April 25 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)