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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132678 Indices of 1's in A096535. 4
0, 1, 3, 4, 56, 67, 670, 7740, 41842, 47345, 89440, 93196, 189277, 247372, 321327, 474346, 826237, 1988987, 2364721, 2886736, 2937246, 5426145, 12969551, 34658342, 109686031, 373121462, 681070488, 1000410504, 4064275165 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

EXAMPLE

No more terms <=14059654470.

Last calculated terms in A096535 are: n=14059654470, a(n-2)=12346157556, a(n-1)=1713496920, a(n)=6.

PROG

(Haskell)

import Data.List (elemIndices)

a132678 n = a132678_list !! (n-1)

a132678_list = elemIndices 1 a096535_list

-- Reinhard Zumkeller, Oct 19 2011

CROSSREFS

Cf. A096274 = indices of zeros in A096535.

Cf. A096274, A096535.

Sequence in context: A080073 A032840 A114694 * A166850 A067093 A041105

Adjacent sequences:  A132675 A132676 A132677 * A132679 A132680 A132681

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Nov 15 2007

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 17 00:09 EST 2012. Contains 205978 sequences.