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!)
A031162 Numbers that are both lucky and square. 6
1, 9, 25, 49, 169, 289, 361, 529, 729, 841, 961, 1369, 2209, 3481, 3721, 3969, 4761, 5041, 7921, 9409, 9801, 10609, 12321, 15129, 17689, 20449, 21609, 24025, 24649, 32041, 32761, 35721, 36481, 42025, 42849, 43681, 50625, 52441, 53361 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..2512 (terms < 10^9)
MATHEMATICA
lst = Range[1, 73440, 2]; i = 2; While[ i <= (len = Length@lst) && (k = lst[[i]]) <= len, lst = Drop[lst, {k, len, k}]; i++ ]; Select[lst, IntegerQ@ Sqrt@# &] (* Robert G. Wilson v, May 12 2006 *)
CROSSREFS
Sequence in context: A266132 A112629 A225322 * A371085 A362971 A348232
KEYWORD
nonn
AUTHOR
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 May 1 22:42 EDT 2024. Contains 372178 sequences. (Running on oeis4.)