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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A191871 Numerator(n^2/2^n). 2
0, 1, 1, 9, 1, 25, 9, 49, 1, 81, 25, 121, 9, 169, 49, 225, 1, 289, 81, 361, 25, 441, 121, 529, 9, 625, 169, 729, 49, 841, 225, 961, 1, 1089, 289, 1225, 81, 1369, 361, 1521, 25, 1681, 441, 1849, 121, 2025, 529, 2209, 9, 2401, 625, 2601, 169, 2809, 729, 3025 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,4

COMMENTS

Interesting Plot: ListPlot[Table[f[n], {n, 0, 10000, 2}]]

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..5000

FORMULA

a(n)=A000265(n^2)=A000265(n)^2. \\ - M. F. Hasler, Jun 19 2011

MATHEMATICA

f[n_] := Numerator[n^2/2^n]; Table[f[n], {n, 0, 200, 2}]

PROG

(PARI) a(n)=(n>>valuation(n, 2))^2 \\ Charles R Greathouse IV & M. F. Hasler, Jun 19 2011

CROSSREFS

Sequence in context: A010170 A013616 A205381 * A181318 A202006 A195278

Adjacent sequences:  A191868 A191869 A191870 * A191872 A191873 A191874

KEYWORD

nonn,easy,less

AUTHOR

Vladimir Joseph Stephan Orlovsky, Jun 18 2011

STATUS

approved

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 May 22 13:46 EDT 2013. Contains 225549 sequences.