login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A045502 2n+1 and 3n+1 are squares. 2
0, 40, 3960, 388080, 38027920, 3726348120, 365144087880, 35780394264160, 3506113493799840, 343563341998120200, 33665701402321979800, 3298895174085555900240, 323258061358982156243760 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

REFERENCES

R. S. Luthar, Problem E2606, Amer. Math. Monthly, 84 (1977), 823-824.

MATHEMATICA

f[ 0 ]=0; f[ 1 ]=2; f[ n_ ] := f[ n ]=10f[ n-1 ]-f[ n-2 ]; a[ n_ ] := f[ n ]f[ n+1 ]

CROSSREFS

Cf. A001078.

Sequence in context: A188154 A178721 A059948 * A123810 A146198 A159376

Adjacent sequences:  A045499 A045500 A045501 * A045503 A045504 A045505

KEYWORD

nonn,easy

AUTHOR

Fred Schwab (fschwab(AT)nrao.edu)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 11:03 EST 2012. Contains 205763 sequences.