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!)
A219608 Odd terms in A060142. 5
1, 3, 7, 9, 15, 19, 25, 31, 33, 39, 51, 57, 63, 67, 73, 79, 97, 103, 115, 121, 127, 129, 135, 147, 153, 159, 195, 201, 207, 225, 231, 243, 249, 255, 259, 265, 271, 289, 295, 307, 313, 319, 385, 391, 403, 409, 415, 451, 457, 463, 481, 487, 499, 505, 511, 513 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) = A060142(A026351(n));
a(n+1) - a(n) = 2 * A219609(n).
LINKS
PROG
(Haskell)
a219608 n = a219608_list !! (n-1)
a219608_list = filter odd a060142_list
CROSSREFS
Sequence in context: A190811 A104177 A099204 * A070993 A261524 A261871
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 26 2012
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)